A. aspnet_wp.exe
B. aspnet_isapi.dll
C. inetinfo.exe
D. None of these
Advertisement
Related Mcqs:
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- Which of the following denote value that can be taken by Cache-Control of ASP.NET ?
- A. Private B. no-cache C. Public D. All of the above...
- Mode of storing ASP.NET session_____________?
- A. StateServer B. SQL Server C. InProc D. All of the above...
- In ASP.NET the section contain which of the following elements ?
- A. B. C. Both A and B D. None of these...
- If a developer of ASP.NET defines style information in a common location. Then that location is called as________________?
- A. Theme B. Master Page C. Customization D. None of these...
- How do you add ASP.Net 3rd party component__________________?
- A. Add reference of dll file and place the code where ever required B. By add/Remove items in the project menu C. Cannot add 3rd party component to asp.net D. None of the above...
- In ASP.NET application the Global.asax file lie in which directory_________________?
- A. System B. ROOT C. Application D. None of the Above...
- In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this ?
- A. Use the ImageMap control and randomly select a HotSpot to show or hide. B. Use the AdServer control and create an XML file with configuration of the control. C. Use an ImageButton control to predict randomness of the image to be loaded based on the clicks of the control. D. Use the Image control...
- Caching type supported by ASP.Net ?
- A. Output Caching B. DataCaching C. Both A and B D. None of these...
Advertisement